home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / b2obj11b.zip / TEST.TXT < prev    next >
Text File  |  1994-06-11  |  468b  |  13 lines

  1. ********* TEST.TXT *************************************************
  2.  
  3. This the description file for TEST.EXE.
  4.  
  5. TEST.EXE was created with TEST.C, TEST.TXT (this file), and TEST.VGA.
  6. See makefile to find out how to compile them together.
  7.  
  8. TEST.C demonstrates how to use the binary data stored in .obj file
  9. converted by BIN2OBJ.EXE.
  10.  
  11. NOTE:  Be sure to insert a '\x0' char at end of your text file
  12. manually since printf only recognize '\x0' as end of string.